home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / util / libs / ppclibemu.lha / ppclibemu.readme < prev    next >
Text File  |  1999-01-24  |  1KB  |  48 lines

  1. Short:    ppc.library emulation under WarpOS
  2. Author:   frank@phoenix.owl.de (Frank Wille)
  3. Uploader: frank@phoenix.owl.de
  4. Version:  0.5
  5. Type:     util/libs
  6. Requires: CSPPC or BPPC, powerpc.library V14
  7.  
  8. Changes since last Aminet release (V0.4a):
  9.  
  10. o ELFLoadSeg patch allows to start ELF objects directly under WarpOS
  11. o ELF-Loader supports common symbols.
  12. o Redesigned PPC task launcher.
  13. o PPC native TimerObject server task.
  14. o 68k library functions:
  15.   - PPCCacheClearE()
  16.   - PPCCreateTask() (more tags, up to 8 arguments)
  17.   - PPCRunObject() (fixed argument)
  18. o PowerUp kernel functions:
  19.   - PPCGetAttr()
  20.   - PPCFindTask()
  21.   - PPCFinishTask()
  22.   - PPCGetTaskAttr() (PPCTASKTAG_STACKSIZE only)
  23.   - PPCOpenLibrary()
  24.   - PPCCloseLibrary()
  25.   - PPCGetLibSymbol()
  26.   - PPCCreateTimerObject()
  27.   - PPCDeleteTimerObject()
  28.   - PPCGetTimerObject()
  29.   - PPCSetTimerObject()
  30.   - PPCInput()
  31.   - PPCOutput()
  32.   - PPCAllocSignal()
  33.   - PPCFreeSignal()
  34.   - PPCSetSignal()
  35.   - PPCSignal() (might not work)
  36.   - PPCWait()
  37.   - PPCVersion()
  38.   - PPCRevision()
  39.   - PPCFindTagItem()
  40.   - PPCGetTagData()
  41.   - PPCNextTagItem()
  42.   - Add64() (fixed)
  43.   - Add64p() (fixed)
  44.   - Sub64() (fixed)
  45.   - Sub64p() (fixed)
  46.   - Cmp64() (improved)
  47.   - Cmp64p() (improved)
  48.